home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.3.dxr / 00011_naar begin.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  171 b   |  15 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   if member("naaminvoerveld").text > " " then
  11.     cursor(-1)
  12.     go("gameopbouw")
  13.   end if
  14. end
  15.